--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 7220a4d6f77bbd5cfe5c0b8ad55d0bca010c31ff
Parents : 5abf01a
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-08-15T11:07:24+02:00
Updated install section
Changes
Diff
diff --git a/README.md b/README.md
index ff2e7c7..de0d07f 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,22 @@ LXMF is beta software, and should be considered experimental. While it has been
If you want to try out LXMF, you can install it with pip:
```bash
-pip3 install lxmf
+pip install lxmf
+```
+
+If you are using an operating system that blocks normal user package installation via `pip`,
+you can return `pip` to normal behaviour by adding editing the `~/.config/pip/pip.conf` file,
+and adding the following directive in the `[global]` section:
+
+```text
+[global]
+break-system-packages = true
+```
+
+Alternatively, you can use the `pipx` tool to install Reticulum in an isolated environment:
+
+```bash
+pipx install lxmf
```
## Development Roadmap
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────